home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00012_Script_12 < prev    next >
Text File  |  1983-01-29  |  680b  |  20 lines

  1. on OLDKATT dacast , quanti, primocan
  2.   
  3.   repeat while the mousecast >=dacast and the mousecast <= dacast + quanti - 1
  4.     set miohilite = the mousecast
  5.     if miohilite >=dacast and miohilite <= dacast + quanti - 1 then
  6.       repeat with mm = 1 to quanti
  7.         set the castnum of sprite (primocan + mm - 1) to (dacast + mm -1)
  8.       end repeat
  9.       set the castnum of sprite (miohilite-dacast+primocan) to (miohilite+quanti)
  10.     end if
  11.   end repeat
  12.     if the mousecast < dacast or the mousecast >= dacast + 2*quanti then
  13.     repeat with mm = 1 to quanti
  14.       set the castnum of sprite (primocan + mm - 1) to (dacast + mm -1)
  15.     end repeat
  16.   end if
  17. end
  18.  
  19.  
  20.